﻿/*首页 栏目标题*/
.sy-title h2{
	font-size: 56px;
	line-height: 1;
	color: #1a1a1a;
	margin-bottom: 30px;
}
.sy-title p{
	text-align: justify;
	text-align-last: center;
	line-height: 1;
}
/*banner*/
.banner {
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 100vh;
}
.banner .wrap-video{
	display:none;
}
.banner video {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.banner .txt{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: rgba(0,0,0,0.2);
}
.banner .txt .content{
	
	margin-top: 100px;
}
.banner .txt .content h2{
	font-size: 80px;
	font-family: "黑体";
	line-height: 1.4;
	letter-spacing: 10px;
}
/*关于我们*/
.about{
	padding: 100px 0;
}
.about .profile{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px;
}
.about .profile .left{
	width: 560px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.about .profile .left img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.about .profile .left .summary{
	width: 100%;
	position: absolute;
	left: 0;
	top: 90px;
	padding: 0 60px;
	z-index: 2;
}
.about .profile .left .summary h2{
	font-size: 36px;
	line-height: 1;
	color: #1a1a1a;
}
.about .profile .left .summary p{
	line-height: 28px;
	color: #333;
	text-align: justify;
	margin: 30px 0 50px;
}
.about .profile .left .summary a{
	display: block;
	width: 150px;
	line-height: 50px;
	font-size: 14px;
	background: #04952C;
	color: #fff;
	text-align: center;
	
}
.about .profile .left:hover img{
	transform: scale(1.1);
}
.about .profile .right{
	width: calc(100% - 560px);
	height: 500px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.about .profile .right ul{
	width: 100%;
	height: 50%;
	background: url(../images/aboutbg2.jpg) repeat center;
	display: flex;
	align-items: center;
	
}
.about .profile .right ul li{
	width: calc(100% / 3);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	
}
.about .profile .right ul li h3{
	font-size: 70px;
	line-height: 56px;
	margin-bottom: 10px;
	font-family: din-m;
	color: #04952C;
}
.about .profile .right ul li i{
	font-size: 22px;
	color: #04952C;
	margin-left: 10px;
}
.about .profile .right ul li p{
	width: 100%;
	text-align: center;
	color: #333;
	padding-top: 5px;
}
.about .profile .right .bottom{
	height: 50%;
	display: flex;
	flex-wrap: wrap;
}
.about .profile .right .bottom .honor{
	width: 250px;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.about .profile .right .bottom .honor:before{
	content: "";
	background: #04952c;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.4s;
	opacity: 0.9;
}
.about .profile .right .bottom .honor img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about .profile .right .bottom .honor a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.about .profile .right .bottom .honor a dl dt{
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .profile .right .bottom .honor a dl dd{
	font-family: "黑体";
	font-size: 36px;
	margin-top: 25px;
	line-height: 1;
	color: #fff;
}
.about .profile .right .bottom .honor:hover:before{
	background: #ea1212;
}
.about .profile .right .bottom .honor:hover img{
	transform: scale(1.1);
}
.about .profile .right .bottom .service{
	width: calc(100% - 250px);
	height: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.about .profile .right .bottom .service:before{
	content: "";
	background: #081a2c;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.4s;
	opacity: 0.8;
}
.about .profile .right .bottom .service img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about .profile .right .bottom .service .content{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.about .profile .right .bottom .service .content dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.about .profile .right .bottom .service .content dl dt{
	font-family: "黑体";
	font-size: 36px;
	margin-bottom: 40px;
	line-height: 1;
	color: #fff;
	width: 100%;
}
.about .profile .right .bottom .service .content dl dd{
	width: 50%;
	border-right: 1px solid rgba(255,255,255,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .profile .right .bottom .service .content dl dd:last-child{
	border-right: none;
}
.about .profile .right .bottom .service .content dl dd i{
	display: flex;
	width: 70px;
	height: 70px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-right: 20px;
}
.about .profile .right .bottom .service .content dl dd span{
	font-size: 18px;
	line-height: 1;
}
.about .profile .right .bottom .service .content dl dd span em{
	display: block;
	font-family: din-m;
	font-size: 48px;
	line-height: 40px;
	margin-top: 8px;
}
.about .profile .right .bottom .service:hover img{
	transform: scale(1.1);
}
/*产品中心*/
.product{
	padding: 100px 0;
	background: url(../images/probg.jpg) no-repeat center;
	background-attachment: fixed;
}
.syhot{
	position: relative;
	margin: 50px 0 60px;
}
.syhot .swiper-button-prev,
.syhot .swiper-button-next{
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
}

.syhot .swiper-button-prev i,
.syhot .swiper-button-next i{
	font-size: 14px;
	color: #04952c;
}
.syhot .swiper-button-prev{
	    left: -94px;
}
.syhot .swiper-button-next{
	    right: -94px;
}
.syhot .swiper-button-prev:hover,
.syhot .swiper-button-next:hover{
	background: #04952c;
}
.syhot .swiper-button-prev:hover i,
.syhot .swiper-button-next:hover i{
	color: #fff;
}
.syhot .list ul li .pic{
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.syhot .list ul li .pic img{
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.syhot .list ul li .pic .hide{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	padding: 0 40px;
	background: rgba(255,255,255,0.9);
	border: 4px solid #e5e5e5;
	display: grid;
    align-content: center;
    text-align: center;
    color: #1a1a1a;
    transform: rotateX(90deg);
    transform-origin: center;
    opacity: 0;
    transition: all 0.4s;
}
.syhot .list ul li .pic .hide h3{
	font-size: 28px;
	line-height: 1;
}
.syhot .list ul li .pic .hide p{
	font-size: 15px;
	line-height: 28px;
	margin: 20px 0 30px;
	color: #666;
	text-align: justify;
	text-align-last: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3 ;
	-webkit-box-orient:vertical;
}
.syhot .list ul li .pic .hide i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	background: #04952C;
}
.syhot .list ul li .content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.syhot .list ul li .content:before{
	content: "";
	background: #04952C;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: all 0.4s;
}
.syhot .list ul li .content h3{
	font-size: 24px;
	margin-bottom: 10px;
	color: #1a1a1a;
	line-height: 1;
}
.syhot .list ul li .content h4{
	font-size: 14px;
	line-height: 1;
}
.syhot .list ul li .content .right{
	display: block;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	background: #04952C;
	width: 110px;
}
.syhot .list ul li:hover .pic img{
	transform: scale(1.1);
}
.syhot .list ul li:hover .pic .hide{
    transform: rotateX(0deg);
    opacity: 1;
}
.syhot .list ul li:hover .content:before{
	width: 100%;
}
.syhot .list ul li .content h3:hover{
	color: #04952C;
}
.syhot .list ul li .content h4:hover{
	color: #006bb2;
}
.product .promore{
	display: block;
	font-size: 18px;
	width: 260px;
	line-height: 64px;
	border: 2px solid #dbdbdb;
	text-align: center;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	color: #333;
}
.product .promore:hover{
	color: #fff;
	border-color: #69a720;
}
/*新闻资讯*/
.news{
	padding: 100px 0;
}
.news .list{
	margin: 50px 0 60px;
}
.news .list ul{
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.news .list ul li{
	width: calc((100% - 60px) / 2);
	margin: 15px;
}
.news .list ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px 20px 20px;
	background: #f5f5f5;
}
.news .list ul li a .pic{
	overflow: hidden;
	width: 240px;
}
.news .list ul li a .pic img{
	height: 160px;
	width: 100%;
	object-fit: cover;
}
.news .list ul li a .content{
	width: calc(100% - 270px);
}
.news .list ul li a .content h3{
	width: 100%;
    display: block;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news .list ul li a .content p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    margin-top: 12px;
}
.news .list ul li a .content span{
    display: block;
    margin-top: 16px;
    color: #04952C;
    font-family: din;
}
.news .list ul li:hover a{
	background: #04952C;
}
.news .list ul li:hover a .pic img{
	transform: scale(1.1);
}
.news .list ul li:hover a .content h3{
	color: #fff;	
}
.news .list ul li:hover a .content p{
	color: #d4e7d9;	
}
.news .list ul li:hover a .content span{
	color: #fff;	
}
.news .newsmore{
	display: block;
	font-size: 18px;
	width: 260px;
	line-height: 68px;
	background: #04952C;
	text-align: center;
	position: relative;
	z-index: 0;
	color: #fff;
	margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
	/*首页 栏目标题*/
	.sy-title h2{
		font-size: 52px;
		margin-bottom: 25px;
	}
	/*banner*/
	.banner .txt .content h2 {
	    font-size: 70px;
	}
	/*关于我们*/
	.about{
		padding: 90px 0;
	}
	/*产品中心*/
	.product{
		padding: 90px 0;
	}
	.syhot .swiper-button-next {
	    right: -22px;
	}
	.syhot .swiper-button-prev {
	    left: -22px;
	}
	/*新闻资讯*/
	.news{
		padding: 90px 0;
	}
}
@media only screen and (max-width: 1440px) {
	/*首页 栏目标题*/
	.sy-title h2{
		font-size: 48px;
		margin-bottom: 20px;
	}
	/*banner*/
	.banner .txt .content h2 {
	    font-size: 64px;
	}
	/*关于我们*/
	.about{
		padding: 80px 0;
	}
	.about .profile {
	    margin-top: 45px;
	}
	.about .profile .left {
	    width: 500px;
	}
	.about .profile .left img {
	    height: 420px;
	}
	.about .profile .left .summary {
	    padding: 0 50px;
	}
	.about .profile .left .summary p {
	    line-height: 24px;
	}
	.about .profile .right {
	    width: calc(100% - 500px);
	    height: 420px;
	}
	.about .profile .right ul li h3 {
	    font-size: 64px;
	    line-height: 52px;
	}
	.about .profile .right .bottom .honor a dl dt svg{
		width: 60px;
		height: 60px;
	}
	.about .profile .right .bottom .honor a dl dd {
	    font-size: 32px;
	    margin-top: 20px;
	}
	.about .profile .right .bottom .service .content dl dt {
	    font-size: 32px;
	    margin-bottom: 30px;
	}
	.about .profile .right .bottom .service .content dl dd i {
	    width: 60px;
	    height: 60px;
    }
    .about .profile .right .bottom .service .content dl dd i svg{
	    width: 30px;
	    height: 30px;
    }
    .about .profile .right .bottom .service .content dl dd:nth-child(3) i svg{
	    width: 24px;
	    height: 24px;
    }
	.about .profile .right .bottom .service .content dl dd span {
	    font-size: 16px;
	}
	.about .profile .right .bottom .service .content dl dd span em {
	    font-size: 36px;
	    line-height: 28px;
	}
	/*产品中心*/
	.product{
		padding: 80px 0;
	}
	.syhot {
	    margin: 45px 0 50px;
	}
	.syhot .list ul li .content {
	    padding: 25px 0;
	}
	.syhot .list ul li .content h3 {
	    font-size: 20px;
	    margin-bottom: 8px;
	}
	.syhot .list ul li .content .right {
	    line-height: 42px;
	}
	.syhot .swiper-button-next {
	    right: -22px;
	}
	.syhot .swiper-button-prev {
	    left: -22px;
	}
	.product .promore {
	    font-size: 16px;
	    width: 230px;
	    line-height: 60px;
	}
	/*新闻资讯*/
	.news{
		padding: 80px 0;
	}
	.news .list {
	    margin: 45px 0 50px;
	}
	.news .list ul{
		margin: -10px;
	}
	.news .list ul li {
	    width: calc((100% - 40px) / 2);
	    margin: 10px;
	}
	.news .list ul li a .pic {
	    width: 210px;
	}
	.news .list ul li a .pic img {
	    height: 140px;
	}
	.news .list ul li a .content {
	    width: calc(100% - 230px);
	}
	.news .list ul li a .content h3 {
	    font-size: 16px;
	}
	.news .list ul li a .content p {
	    margin-top: 10px;
	}
	.news .list ul li a .content span {
	    margin-top: 12px;
	}
	.news .newsmore {
	    font-size: 16px;
	    width: 230px;
	    line-height: 64px;
	}
}
@media only screen and (max-width: 1320px) {
	/*首页 栏目标题*/
	.sy-title h2{
		font-size: 42px;
	}
	/*banner*/
	.banner .txt .content h2 {
	    font-size: 56px;
	}
	/*关于我们*/
	.about{
		padding: 70px 0;
	}
	.about .profile {
	    margin-top: 40px;
	}
	.about .profile .right ul li h3 {
	    font-size: 60px;
	    line-height: 48px;
	}
	.about .profile .right .bottom .service .content dl dd i {
	    margin-right: 15px;
    }
	.about .profile .right .bottom .service .content dl dd span em {
	    font-size: 32px;
	}
	/*产品中心*/
	.product{
		padding: 70px 0;
	}
	.syhot {
	    margin: 40px 0 50px;
	}
	.syhot .list ul li .content h3 {
	    font-size: 18px;
    	margin-bottom: 10px;
	}
	.product .promore {
	    font-size: 15px;
	    width: 200px;
	    line-height: 55px;
	}
	/*新闻资讯*/
	.news{
		padding: 70px 0;
	}
	.news .list {
	    margin: 40px 0 50px;
	}
	.news .newsmore {
	    font-size: 15px;
	    width: 200px;
	    line-height: 59px;
	}
}
@media only screen and (max-width: 1200px) {
	/*首页 栏目标题*/
	.sy-title h2{
		font-size: 36px;
		margin-bottom: 15px;
	}
	/*banner*/
	.banner .txt .content h2 {
	    font-size: 48px;
	}
	/*关于我们*/
	.about{
		padding: 60px 0;
	}
	.about .profile {
	    margin-top: 35px;
	}
	.about .profile .left,
	.about .profile .right{
		width: 100%;
	}
	.about .profile .left img {
	    height: 320px;
	}
	
	.about .profile .left .summary {
	    top: 50%;
	    transform: translateY(-50%);
	    padding: 0 50px;
	}	
	.about .profile .left .summary p {
	    margin: 20px 0 40px;
	}
	/*产品中心*/
	.product{
		padding: 60px 0;
	}
	.syhot {
	    margin: 35px 0 40px;
	}
	.product .promore {
	    font-size: 14px;
	    width: 180px;
	    line-height: 52px;
	}
	/*新闻资讯*/
	.news{
		padding: 60px 0;
	}
	.news .list {
	    margin: 30px 0 40px;
	}
	.news .list ul li a {
	    padding: 15px 20px 15px 15px;
	}
	.news .list ul li a .pic {
	    width: 160px;
	}
	.news .list ul li a .pic img {
	    height: 110px;
	}
	.news .list ul li a .content {
	    width: calc(100% - 175px);
	}
	.news .list ul li a .content h3 {
	    font-size: 15px;
	}
	.news .list ul li a .content p {
	    margin-top: 6px;
	    -webkit-line-clamp: 2;
	}
	.news .list ul li a .content span {
	    margin-top: 10px;
	}
	.news .newsmore {
	    font-size: 14px;
	    width: 180px;
	    line-height: 56px;
	}
}
@media only screen and (max-width: 900px) {
	/*首页 栏目标题*/
	.sy-title h2{
		font-size: 32px;
		margin-bottom: 15px;
	}
	/*banner*/
	.banner {
	    height: auto;
	    margin-top: 70px;
	}
	.banner .pc-video,
	.banner .txt{
		display: none;
	}
	.banner .wrap-video {
	    display: block;
		height: auto;
		position: unset;
	}
	/*关于我们*/
	.about{
		padding: 50px 0;
	}
	.about .profile {
	    margin-top: 30px;
	}
	.about .profile .left .summary h2 {
	    font-size: 32px;
	}
	.about .profile .right .bottom .honor a dl dd {
	    font-size: 28px;
	}
	.about .profile .right .bottom .service .content dl dt {
	    font-size: 28px;
	    margin-bottom: 25px;
	}
	/*产品中心*/
	.product{
		padding: 50px 0;
	}
	.syhot {
	    margin: 30px 0 35px;
	}
	.syhot .list ul li .content {
	    padding: 20px 0;
	}
	.syhot .list ul li .content .right {
	    line-height: 40px;
	}
	.syhot .swiper-button-next,
	.syhot .swiper-button-prev{
		display: none;
	}
	.product .promore {
	    width: 160px;
	    line-height: 46px;
	}
	/*新闻资讯*/
	.news{
		padding: 50px 0;
	}
	.news .list {
	    margin: 30px 0 35px;
	}
	.news .list ul {
	    margin: -5px -10px;
	}
	.news .list ul li{
		width: 100%;
		margin: 5px 10px;
	}
	.news .list ul li a .content h3 {
	    font-size: 16px;
	}
	.news .newsmore {
	    width: 160px;
	    line-height: 50px;
	}
}
@media only screen and (max-width: 767px) {
	/*首页 栏目标题*/
	.sy-title h2{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.sy-title p{
		line-height: 1.6;
	}
	/*banner*/
	.banner {
	    height: auto;
	    margin-top: 60px;
	}
	.banner .pc-video,
	.banner .txt{
		display: none;
	}
	.banner .wrap-video {
	    display: block;
		height: auto;
		position: unset;
	}
	/*关于我们*/
	.about{
		padding: 40px 0;
	}
	.about .profile {
	    margin-top: 20px;
	}
	.about .profile .left img {
	    height: 280px;
	}
	.about .profile .left .summary {
	    padding: 0 15px;
	}
	.about .profile .left .summary h2 {
	    font-size: 24px;
	}
	.about .profile .left .summary p {
	    margin: 16px 0 30px;
	}
	.about .profile .left .summary a {
	    width: 120px;
	    line-height: 42px;
	    font-size: 12px;
	}
	.about .profile .right{
		height: auto;
	}
	.about .profile .right ul {
    	height: 110px;
    }
	.about .profile .right ul li h3 {
	    font-size: 42px;
	    line-height: 34px;
	}
	.about .profile .right ul li i {
	    font-size: 14px;
	    margin-left: 4px;
	}
	.about .profile .right ul li p {
	    padding-top: 0;
	    font-size: 12px;
	}
	.about .profile .right .bottom{
		height: auto;
	}
	.about .profile .right .bottom .honor,
	.about .profile .right .bottom .service{
		width: 100%;
	}
	.about .profile .right .bottom .honor img,
	.about .profile .right .bottom .service img{
	    height: 160px;
	}
	.about .profile .right .bottom .honor a dl dd {
	    font-size: 24px;
	    margin-top: 16px;
	}
	.about .profile .right .bottom .service .content dl dt {
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	.about .profile .right .bottom .service .content dl dd i {
	    width: 50px;
	    height: 50px;
	}
	.about .profile .right .bottom .service .content dl dd:nth-child(3) i svg {
	    width: 20px;
	    height: 20px;
	}
	.about .profile .right .bottom .service .content dl dd span {
	    font-size: 14px;
	}
	.about .profile .right .bottom .service .content dl dd span em {
	    font-size: 28px;
	    line-height: 24px;
	}
	/*产品中心*/
	.product{
		padding: 40px 0;
	}
	.syhot {
	    margin: 20px 0 30px;
	}
	.syhot .list ul li .content {
	    padding: 20px 0;
	}
	/*新闻资讯*/
	.news{
		padding: 40px 0;
	}
	.news .list {
	    margin: 20px 0 30px;
	}
	.news .list ul {
	    margin: -5px -10px;
	}
	.news .list ul li{
		width: 100%;
		margin: 5px 10px;
	}
	.news .list ul li a {
	    padding: 15px;
	}
	.news .list ul li a .pic {
	    width: 90px;
	}
	.news .list ul li a .pic img {
	    height: 90px;
	}
	.news .list ul li a .content {
	    width: calc(100% - 100px);
	}
	.news .list ul li a .content h3 {
	    font-size: 14px;
	}
	.news .list ul li a .content p {
		font-size: 12px;
		line-height: 20px;
	    margin-top: 6px;
	    -webkit-line-clamp: 2;
	}
	.news .list ul li a .content span {
	    line-height: 1;
	}
}